From: Øyvind Kolås Date: Wed, 12 Jun 2019 17:44:28 +0000 (+0200) Subject: release 0.1.66 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~107 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ebc0f7cf843df52380c00e44f152098332362dad;p=babl.git release 0.1.66 --- diff --git a/NEWS b/NEWS index 6371269..828d864 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +2019-06-12 babl-0.1.66
+Added API call, babl_space_get_rgb_luminance, +Make most SIMD code-paths optional again on i686. +
2019-05-25 babl-0.1.64
Support for Hygon Dhyana, and Y~aA formats for symmetric completeness. Code consistency, gitlab CI, autotools and meson build improvements. diff --git a/configure.ac b/configure.ac index 21540e4..3e2f0a8 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [65]) +m4_define([babl_micro_version], [66]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) diff --git a/meson.build b/meson.build index 0561f15..2a51674 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.65', + version: '0.1.66', meson_version: '>=0.47.0', default_options: [ 'libdir=lib',